home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000091_ericboniface@chez.com_Tue May 20 12:32:27 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  59 lines

  1. Article: 14311 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: ericboniface@chez.com (Eric)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit/SSL-TLS : connection refused
  6. Date: 20 May 2003 09:30:18 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 40
  9. Message-ID: <c30aaa81.0305200830.43f36783@posting.google.com>
  10. References: <c30aaa81.0305190714.f336f03@posting.google.com> <baatg9$fs7$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: 192.6.111.74
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1053448219 17171 127.0.0.1 (20 May 2003 16:30:19 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 20 May 2003 16:30:19 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14311
  18.  
  19. > : Now I try to connect to SSL/TLS FTP server, but I always have a (very
  20. > : quick) connection refused message.
  21. > : 
  22. > : I try to put verbose on, but I did not have any message.
  23. > : When I try to connect to "normal" site, I have verbose message.
  24. > : 
  25. > : Do you have some ideas ? 
  26. > : 
  27. > See:
  28. >   http://www.columbia.edu/kermit/k95faq.html#ftp
  29. Finally, I can create a debug.log file.
  30. Here is a part of the traces doing a ftp open xx.xx.xx.xx 990 or ftp
  31. open /TLS xx.xx.xx.xx :
  32. 18:06:26.600 ftp hookup A[xx.xx.xx.xx]
  33. 18:06:26.601 ftp hookup C[xx.xx.xx.xx]
  34. 18:06:26.601 ftp hookup socket=4
  35. 18:06:26.601 ftp hookup HADDRLIST
  36. 18:06:26.603 ftp hookup connect failed=239
  37. 18:06:26.603 ftp hookup bad
  38. ftp openftp D ftpopen success[xx.xx.xx.xx]=0
  39. ftp openftp D ftpopen connected[xx.xx.xx.xx]=0
  40.  
  41. If I try to connect to standard port (they also have an unsecure ftp
  42. server), I have (ftp open xx.xx.xx.xx) :
  43. 18:25:51.358 ftp hookup A[xx.xx.xx.xx]
  44. 18:25:51.359 ftp hookup C[xx.xx.xx.xx]
  45. 18:25:51.359 ftp hookup socket=4
  46. 18:25:51.360 ftp hookup HADDRLIST
  47. 18:25:51.407 ftp hookup connect ok
  48. 18:25:51.408 ftp hookup getsockname ok
  49. 18:25:51.408 ftp getreply lcs=-1
  50. 18:25:51.409 ftp getreply rcs=46
  51. 18:25:51.409 ftp getreply fc=0
  52. 18:25:51.467 FTP RCVD [220 Serv-U FTP Server v4.0 for WinSock
  53. ready...]
  54.  
  55. If you have some idea, do not hesitate ! 
  56. Thanks in advance,
  57. Eric.
  58.